* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: "微软雅黑";
}

.fixed {
    clear: both;
}

.inner_c {
    width: 16.14rem;
    margin: 0 auto;
}

.inner_d {
    width: 13.52rem;
    margin: 0 auto;
}


/*大型项目*/

.home-page .big-box {
    width: 99%;
    margin: 0 auto;
}

.home-page .box1 {
    width: 100%;
    height: 9.51rem;
    position: relative;
    overflow: hidden;
}

.home-page .box2 {
    width: 100%;
    height: 8.94rem;
    position: relative;
    overflow: hidden;
}

.home-page .box3 {
    width: 100%;
    height: 11.48rem;
    position: relative;
    overflow: hidden;
}

.home-page .box4 {
    width: 100%;
    height: 11.48rem;
    position: relative;
    overflow: hidden;
}

.home-page .box1 .bg1 {
    background: url(../images/img/index/p1.png) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.home-page .box1 img {
    position: absolute;
    top: 19%;
    left: 10%;
    width: 40%;
}

.home-page .box2 .bg2 {
    background: url(../images/img/index/p2.png) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: 100%;
    margin-top: 0.20rem;
    transition: all 1s;
    -webkit-transition: all 1s;
    /* Safari */
}

.home-page .box2 img {
    position: absolute;
    top: 12%;
    right: 7%;
    width: 40%;
}

.home-page .box3 .bg3 {
    background: url(../images/img/index/p3.png) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: 100%;
    margin-top: 0.20rem;
    transition: all 1s;
    -webkit-transition: all 1s;
    /* Safari */
}

.home-page .box3 img {
    position: absolute;
    top: 32%;
    left: 5%;
    width: 36%;
}

.home-page .box4 .bg4 {
    background: url(../images/img/index/p4.png) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: 100%;
    margin-top: 0.20rem;
    transition: all 1s;
    -webkit-transition: all 1s;
    /* Safari */
}

.home-page .box4 img {
    position: absolute;
    top: 12%;
    right: 2%;
    width: 34%;
}

.home-page .box1 .bg1:hover {
    cursor: pointer;
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.home-page .box2 .bg2:hover {
    cursor: pointer;
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.home-page .box3 .bg3:hover {
    cursor: pointer;
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.home-page .box4 .bg4:hover {
    cursor: pointer;
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.home-page a.more {
    background: url(../images/img/index/more.png) no-repeat center;
    width: 100%;
    height: 0.76rem;
    display: block;
    margin-top: 0.40rem;
    position: relative;
}

.home-page a.more p {
    font-size: 0.37rem;
    color: #fff;
    left: 50%;
    margin-left: -0.74rem;
    margin-top: 0.06rem;
    position: absolute;
}


/*9宫格第一排*/

.home-page .list1 {
    padding-top: 0.40rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.yingw {
    text-align: center;
    line-height: 1.02rem;
    font-size: 0.20rem;
    font-weight: bold;
    color: #fff;
}

.cpzs {
    width: 12.00rem;
    margin: 0 auto;
}

.home-page .list1 .col-md-4 a:hover .p1 {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.home-page .list1 .col-md-4 a:hover .p2 {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.home-page .list1 .col-md-4 a:hover .p3 {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.home-page .list1 .col-md-4 .p1 {
    background: url(../images/img/index/list-p1.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    /* height: 817px; */
    height: 5.31rem;
    display: block;
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.home-page .list1 .col-md-4 a:hover .name1 {
    background-color: rgba(217, 39, 55, 0.8);
}

.home-page .list1 .col-md-4 .name1 {
    width: 100%;
    height: 1.02rem;
    background-color: rgba(89, 89, 89, 0.8);
    float: left;
    /*  margin-top: 711px; */
    margin-top: 4.28rem;
    position: relative;
    z-index: 999;
}

.home-page .list1 .col-md-4 .name1 img {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.home-page .list1 .col-md-4 .p2 {
    background: url(../images/img/index/list-p2.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    /* height: 817px; */
    height: 5.31rem;
    display: block;
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.home-page .list1 .col-md-4 a:hover .name2 {
    background-color: rgba(217, 39, 55, 0.8);
}

.home-page .list1 .col-md-4 .name2 {
    width: 100%;
    height: 1.02rem;
    background-color: rgba(89, 89, 89, 0.8);
    float: left;
    /*  margin-top: 711px; */
    margin-top: 4.28rem;
    position: relative;
    z-index: 999;
}

.home-page .list1 .col-md-4 .name2 img {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.home-page .list1 .col-md-4 .p3 {
    background: url(../images/img/index/list-p3.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    /* height: 817px; */
    height: 5.31rem;
    display: block;
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.home-page .list1 .col-md-4 a:hover .name3 {
    background-color: rgba(217, 39, 55, 0.8);
}

.home-page .list1 .col-md-4 .name3 {
    width: 100%;
    height: 1.02rem;
    background-color: rgba(89, 89, 89, 0.8);
    float: left;
    /* margin-top: 711px; */
    margin-top: 4.28rem;
    position: relative;
    z-index: 999;
}

.home-page .list1 .col-md-4 .name3 img {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}


/*<!--9宫格第二排-->*/

.home-page .list2 {
    padding-top: 0.40rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-page .list2 .col-md-4 a:hover .p4 {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.home-page .list2 .col-md-4 a:hover .p5 {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.home-page .list2 .col-md-4 a:hover .p6 {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.home-page .list2 .col-md-4 .p4 {
    background: url(../images/img/index/list-p4.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    /* height: 813px; */
    height: 5.31rem;
    display: block;
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.home-page .list2 .col-md-4 a:hover .name4 {
    background-color: rgba(217, 39, 55, 0.8);
}

.home-page .list2 .col-md-4 .name4 {
    width: 100%;
    height: 1.02rem;
    background-color: rgba(89, 89, 89, 0.8);
    float: left;
    /*  margin-top: 711px; */
    margin-top: 4.28rem;
    position: relative;
    z-index: 999;
}

.home-page .list2 .col-md-4 .name4 img {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.home-page .list2 .col-md-4 .p5 {
    background: url(../images/img/index/list-p5.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    /* height: 817px; */
    height: 5.31rem;
    display: block;
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.home-page .list2 .col-md-4 a:hover .name5 {
    background-color: rgba(217, 39, 55, 0.8);
}

.home-page .list2 .col-md-4 .name5 {
    width: 100%;
    height: 1.02rem;
    background-color: rgba(89, 89, 89, 0.8);
    float: left;
    /* margin-top: 711px; */
    margin-top: 4.28rem;
    position: relative;
    z-index: 999;
}

.home-page .list2 .col-md-4 .name5 img {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.home-page .list2 .col-md-4 .p6 {
    background: url(../images/img/index/list-p6.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    /* height: 817px; */
    height: 5.31rem;
    display: block;
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.home-page .list2 .col-md-4 a:hover .name6 {
    background-color: rgba(217, 39, 55, 0.8);
}

.home-page .list2 .col-md-4 .name6 {
    width: 100%;
    height: 1.02rem;
    background-color: rgba(89, 89, 89, 0.8);
    float: left;
    /* margin-top: 711px; */
    margin-top: 4.28rem;
    position: relative;
    z-index: 999;
}

.home-page .list2 .col-md-4 .name6 img {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}


/*<!--9宫格第三排-->*/

.home-page .list3 {
    padding-top: 0.40rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-page .list3 .col-md-4 a:hover .p7 {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.home-page .list3 .col-md-4 a:hover .p8 {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.home-page .list3 .col-md-4 a:hover .p9 {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.home-page .list3 .col-md-4 .p7 {
    background: url(../images/img/index/list-p7.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    /* height: 817px; */
    height: 5.31rem;
    display: block;
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.home-page .list3 .col-md-4 a:hover .name7 {
    background-color: rgba(217, 39, 55, 0.8);
}

.home-page .list3 .col-md-4 .name7 {
    width: 100%;
    height: 1.02rem;
    background-color: rgba(89, 89, 89, 0.8);
    float: left;
    /* margin-top: 711px; */
    margin-top: 4.28rem;
    position: relative;
    z-index: 999;
}

.home-page .list3 .col-md-4 .name7 img {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.home-page .list3 .col-md-4 .p8 {
    background: url(../images/img/index/list-p8.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    /* height: 817px; */
    height: 5.31rem;
    display: block;
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.home-page .list3 .col-md-4 a:hover .name8 {
    background-color: rgba(217, 39, 55, 0.8);
}

.home-page .list3 .col-md-4 .name8 {
    width: 100%;
    height: 1.02rem;
    background-color: rgba(89, 89, 89, 0.8);
    float: left;
    /* margin-top: 711px; */
    margin-top: 4.28rem;
    position: relative;
    z-index: 999;
}

.home-page .list3 .col-md-4 .name8 img {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.home-page .list3 .col-md-4 .p9 {
    background: url(../images/img/index/list-p9.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    /* height: 817px; */
    height: 5.31rem;
    display: block;
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.home-page .list3 .col-md-4 a:hover .name9 {
    background-color: rgba(217, 39, 55, 0.8);
}

.home-page .list3 .col-md-4 .name9 {
    width: 100%;
    height: 1.02rem;
    background-color: rgba(89, 89, 89, 0.8);
    float: left;
    /*   margin-top: 711px; */
    margin-top: 4.28rem;
    position: relative;
    z-index: 999;
}

.home-page .list3 .col-md-4 .name9 img {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.home-page .list4 {
    padding-top: 0.40rem;
	margin-bottom: .3rem;
}

.list4 .col-md-6 {
    padding-right: 0;
    padding-left: 0;
    height: 4.58rem;
    overflow: hidden;
    width: 49%;
    margin-right: 0.22rem;
}

.home-page .list4 a .tu3 {
    background: url(../images/img/index/p-news.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.home-page .list4 a .tu3:hover {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.home-page .list4 .list4-news .news {
    font-size: 0.48rem;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -0.96rem;
    margin-top: 1.26rem;
    z-index: 999;
}

.home-page .list4 .list4-news .know {
    font-size: 0.32rem;
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 50%;
    margin-left: -0.92rem;
    margin-top: 3.02rem;
    z-index: 999;
}

.home-page .list4 a .tu4 {
    background: url(../images/img/index/p-shopping.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.home-page .list4 a .tu4:hover {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.home-page .list4 .list4-shopping .know {
    font-size: 0.32rem;
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 50%;
    margin-left: -0.92rem;
    margin-top: 3.02rem;
    z-index: 999;
}


/*桐青*/

.TOQING {
    width: 100%;
    height: 100%;
    margin-bottom: 0.70rem;
}

.TOQING .banner {
    background: url(../images/img/toqing/banner.png) no-repeat center;
    width: 100%;
    height: 6.00rem;
    position: relative;
    background-size: 100% 100%;
}

.TOQING .banner p.en {
    font-size: 0.72rem;
    font-weight: bold;
    color: #d92737;
    margin-top: 1.50rem;
    position: absolute;
}

.TOQING .banner p.cn {
    font-size: 0.60rem;
    color: #d92737;
    position: absolute;
    margin-top: 2.46rem;
    margin-left: 0.90rem;
}

.TOQING .shortcut-button {
    float: right;
    margin-right: 0.60rem;
    margin-top: 0.30rem;
}

.TOQING .shortcut-button a {
    text-decoration: none;
    color: #333;
    font-size: 0.16rem;
}

.TOQING .shortcut-button span {
    font-size: 0.16rem;
}


/*桐青*/

.TOQING .toqing {
    position: relative;
    padding-top: 0.70rem;
    width: 100%;
    height: 2.20rem;
    /*background-color: #000000;*/
}

.TOQING .toqing .toqing-title p.en {
    font-size: 0.48rem;
    font-weight: bold;
    color: #666;
}

.TOQING .toqing .toqing-title p.cn {
    font-size: 0.36rem;
    color: #333333;
    font-weight: bold;
}

.TOQING .toqing-content {
    padding-bottom: 0.70rem;
}

.TOQING .toqing-content .left-box {
    float: left;
    margin-left: 11%;
    margin-top: 4%;
}

.TOQING .toqing-content .left-box .circular1 {
    width: 0.14rem;
    height: 0.14rem;
    background-color: #D92737;
    border-radius: 50%;
}

.TOQING .toqing-content .left-box .line {
    width: 0.02rem;
    height: 0.60rem;
    background-color: #d92737;
    margin-top: 0.25rem;
    margin-left: 0.07rem;
}

.TOQING .toqing-content .left-box .circular2 {
    width: 0.14rem;
    height: 0.14rem;
    background-color: #ccc;
    border-radius: 50%;
    margin-top: 0.25rem;
}

.TOQING .toqing-content .middle-box {
    float: left;
    margin-left: 4%;
    width: 31%;
}

.TOQING .toqing-content .middle-box .decorative-strip {
    width: 10%;
    height: 0.02rem;
    background-color: #D92737;
}

.TOQING .toqing-content .middle-box p.title {
    font-size: 0.34rem;
    font-weight: bold;
    margin-top: 3%;
}

.TOQING .toqing-content .middle-box p.content {
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-indent: 2em;
    text-align: justify;
}

.TOQING .toqing-content .middle-box .decorative-strip1 {
    width: 12%;
    height: 0.02rem;
    background-color: #D92737;
    margin-left: 87%;
    margin-top: 2%;
}

.TOQING .toqing-content .middle-box .btn {
    font-size: 0.18rem;
    color: #D92737;
    width: 25%;
    height: 0.60rem;
    text-align: center;
    line-height: 0.44rem;
    border: solid #D92737 0.02rem;
    border-radius: 0rem;
    margin-top: 4%;
}

.TOQING .toqing-content .middle-box .btn:hover {
    background: #D92737;
}

.TOQING .toqing-content .middle-box .btn:hover a {
    text-decoration: none;
    color: #fff;
}

.TOQING .toqing-content .right-box {
    float: left;
    margin-left: 7%;
    position: relative;
    width: 32%;
}

.TOQING .toqing-content .right-box .toqing-video-content {
    /* background: url(../images/img/toqing/company-introduction.png) no-repeat center; */
    width: 100%;
    height: 3.35rem;
    position: absolute;
    top: 0rem;
    background: #fff;
}

.TOQING .toqing-content .right-box .toqing-video-content-border {
    transition: transform 1s;
    -ms-transition: transform 1s;
    width: 100%;
    height: 3.35rem;
    border: 8px solid #D92737;
}

.TOQING .toqing-content .right-box:hover .toqing-video-content-border {
    transform: translate(0.40rem, 0.40rem);
    -ms-transform: translate(0.40rem, 0.40rem);
}

.POC .title1 {
    width: 100%;
    height: 1.60rem;
    text-align: center;
}


/*风貌*/

.TOQING .enterprise-style {
    background: url(../images/img/toqing/bg9.png) no-repeat center;
    width: 100%;
    height: 7.20rem;
    position: relative;
    margin-top: 3%;
    background-size: 100% 100%;
}

.enterprise-style .fm {
    padding-top: 0.12rem;
}

.fm h3 {
    font-size: 0.48rem;
    font-weight: bold;
    color: #666;
    text-align: center;
}

.fm span {
    font-size: 0.36rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
    display: block;
}

.fmbj {
    width: 73%;
    margin: 0 auto;
    position: relative;
}

.fmbj img:nth-child(1) {
    width: 29%;
    position: absolute;
    top: 0.50rem;
    left: 3.08rem;
    z-index: 9;
}

.fmbj img:nth-child(2) {
    width: 19%;
    position: absolute;
    top: 2.26rem;
    z-index: 99;
    left: 2.30rem;
}

.fmbj img:nth-child(3) {
    width: 22%;
    height: 1.40rem;
    position: absolute;
    top: 2.66rem;
    left: 5.00rem;
}

.TOQING .enterprise-style p {
    width: 5.90rem;
    font-size: 0.18rem;
    margin-left: 11.04rem;
    margin-top: 2.86rem;
    position: absolute;
    text-align: justify;
    text-indent: 2em;
}

.TOQING .enterprise-style .btn {
    width: 11%;
    height: 0.60rem;
    border: 0.02rem solid #D92737;
    color: #D92737;
    font-size: 0.18rem;
    line-height: 0.44rem;
    border-radius: 0rem;
    float: right;
    margin: 0.53rem 5.43rem 0 0;
}

.TOQING .enterprise-style .btn:hover {
    background: #D92737;
}

.TOQING .enterprise-style .btn:hover a {
    text-decoration: none;
    color: #fff;
}


/*文化与荣誉*/

.TOQING .Culture-and-Honor {
    padding-top: 0.70rem;
}

.TOQING .Culture-and-Honor a.left-box {
    background: url(../images/img/toqing/culture.png) no-repeat center;
    width: 40%;
    height: 3.26rem;
    display: block;
    position: relative;
    float: left;
    transition: transform 1s;
    -ms-transition: transform 1s;
    margin-left: 6%;
    background-size: 100% 100%;
}

.TOQING .Culture-and-Honor a.left-box:hover {
    background-size: 110% 100%;
    transform: translate(0.40rem, 0rem);
    -ms-transform: translate(0.40rem, 0rem);
}

.TOQING .Culture-and-Honor a.left-box .trapezoid {
    border-top: 3.26rem solid rgba(247, 75, 62, 0.6);
    border-left: 0rem solid transparent;
    border-right: 0.86rem solid transparent;
    width: 55%;
}

.TOQING .Culture-and-Honor a.left-box .trapezoid p.title {
    font-size: 0.36rem;
    font-weight: bold;
    position: absolute;
    top: 38%;
    color: #fff;
    left: 7%;
}

.TOQING .Culture-and-Honor a.left-box .trapezoid .line {
    width: 15%;
    height: 0.06rem;
    background-color: #fff;
    position: absolute;
    top: 57%;
    left: 7%;
}

.TOQING .Culture-and-Honor a.right-box {
    background: url(../images/img/toqing/honor.png) no-repeat center;
    width: 40%;
    height: 3.26rem;
    display: block;
    position: relative;
    float: right;
    transition: transform 1s;
    -ms-transition: transform 1s;
    margin-right: 6%;
    background-size: 100% 100%;
}

.TOQING .Culture-and-Honor a.right-box:hover {
    background-size: 110% 100%;
    transform: translate(-0.40rem, 0rem);
    -ms-transform: translate(-0.40rem, 0rem);
}

.TOQING .Culture-and-Honor a.right-box .trapezoid {
    border-top: 3.26rem solid rgba(35, 162, 243, 0.6);
    border-left: 0.86rem solid transparent;
    border-right: 0rem solid transparent;
    width: 53%;
    margin-left: 47%;
}

.TOQING .Culture-and-Honor a.right-box .trapezoid p.title {
    font-size: 0.36rem;
    font-weight: bold;
    position: absolute;
    top: 38%;
    color: #fff;
    right: 5%;
}

.TOQING .Culture-and-Honor a.right-box .trapezoid .line {
    width: 15%;
    height: 0.06rem;
    background-color: #fff;
    position: absolute;
    top: 57%;
    right: 5%;
}


/*党建*/

.TOQING .POC {
    background: url(../images/img/toqing/POC-bg.png) no-repeat center;
    width: 100%;
    height: 8.36rem;
    position: relative;
    top: 0.70rem;
    overflow: hidden;
}

.TOQING .POC .title p.en {
    font-size: 0.48rem;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
}

.TOQING .POC .title p.cn {
    font-size: 0.36rem;
    font-weight: bold;
}

.TOQING .POC .big-box .left-box {
    /* background: url(../img/toqing/news-img.png) no-repeat center; */
    width: 38.4%;
    height: 3.65rem;
}

.TOQING .POC .big-box .left-box .bg {
    width: 3.60rem;
    height: 1.20rem;
    background-color: rgba(217, 39, 55, 0.8);
    margin-top: 2.45rem;
    position: relative;
}

.POC .big-box .left-box ul img {
    width: 6.00rem;
    /*width:100%;*/
    height: 3.65rem;
}

.TOQING .POC .big-box .left-box .bg a {
    text-decoration: none;
    margin-left: 0.18rem;
    display: block;
    overflow: hidden;
}

.TOQING .POC .big-box .left-box .bg p.title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
    margin-top: 0.10rem;
}

.TOQING .POC .big-box .left-box .bg p.content6 {
    font-size: 0.18rem;
    color: #fff;
    margin-top: 0.10rem;
}

.TOQING .POC .big-box .left-box .bg p.time {
    font-size: 0.14rem;
    color: #fff;
}

.TOQING .POC .big-box .left-box .bg .left-btn {
    font-size: 0.18rem;
    position: absolute;
    top: 0.80rem;
    left: 2.60rem;
}

.TOQING .POC .big-box .left-box .bg .left-btn span {
    color: #fff;
}

.TOQING .POC .big-box .left-box .bg .right-btn {
    font-size: 0.18rem;
    position: absolute;
    top: 0.80rem;
    left: 3.00rem;
}

.TOQING .big-box .left-box .bg .right-btn span {
    color: #fff;
}

.TOQING .big-box .right-box {
    float: right;
    width: 38.4%;
    position: relative;
}

.right-box .news1 {
    width: 100%;
    /*  border-bottom: 0.5px solid #aaa; */
}

.TOQING .big-box .right-box .news1 a {
    text-decoration: none;
    height: 0.50rem;
}

.TOQING .big-box .right-box .news1 a font.title {
    font-size: 0.18rem;
    font-weight: bold;
    color: #333;
    display: inline-block;
    line-height: 0.50rem;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 82%;
}

.TOQING .big-box .right-box .news1 a font.title:hover {
    color: #d92737;
}

.big-box .right-box .news1 a ul {
    float: right;
    margin-bottom: 0;
    margin-top: 0.07rem;
    width: 13%;
}

.big-box .right-box .news1 a ul li:nth-child(2) {
    color: #666;
    font-size: 0.14rem;
}

.TOQING .big-box .right-box .news1 i.more {
    color: #333;
    font-size: 0.20rem;
    float: right;
    vertical-align: -0.03rem;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
}

.TOQING .big-box .right-box .news1 .time {
    float: right;
    color: #666;
    font-size: 0.14rem;
    text-align: right;
    display: inline-block;
    width: 13%;
    line-height: 0.40rem;
    margin-top: 0.15rem;
}

.TOQING .big-box .right-box .news1 .line {
    border: 0.01rem solid #aaa;
}


/*关于桐青*/

.small-nav {
    padding-top: 0.30rem;
}

.right-box {
    float: right;
    /*margin-top: 30px;*/
    margin-right: 0.60rem;
}

.right-box>span {
    color: #666;
}

.small-nav .right-box>a {
    text-decoration: none;
    color: #666;
}

.left-box {
    float: left;
}


/*内容*/

.about-Toqing .content1 {
    padding-top: 0.40rem;
    padding-bottom: 0.2rem;
}

.about-Toqing .content1 .left-box p {
    width: 58%;
    font-size: 0.18rem;
    text-align: justify;
    text-indent: 2em;
    line-height: 0.36rem;
    float: left;
    padding-right: 4%;
    padding-top: 8%;
    box-sizing: border-box;
}

.about-Toqing .content1 .left-box img {
    float: right;
    width: 40%;
}

.about-Toqing .content2 {
    background: url(../images/img/Culture/bg2.png) no-repeat center;
    width: 100%;
    /*height: 5.90rem;*/
}

.about-Toqing .content2 .big-box p {
    width: 58%;
    font-size: 0.18rem;
    text-align: justify;
    text-indent: 2em;
    line-height: 0.36rem;
    float: right;
}

.about-Toqing .content2 .big-box img {
    padding-top:0.45rem;
    width: 40%;
}

.about-Toqing .content3 {
    padding-top: 0.20rem;
}

.about-Toqing .content3 .left-box {
    float: left;
}

.about-Toqing .content3 .left-box .word1 {
    width: 58%;
    font-size: 0.18rem;
    text-align: justify;
    text-indent: 2em;
    line-height: 0.36rem;
    float: left;
}


/* .about-Toqing .content3 .left-box .word2{
	width: 788px;
	font-size: 18px;
	text-align: justify;
	text-indent: 2em;
	line-height: 36px;
} */

.about-Toqing .content3 img {
    float: right;
    margin-top: 0.10rem;
    width: 40%;
}

.about-Toqing .content4 {
    background: url(../images/img/Culture/bg2.png) no-repeat center;
    width: 100%;
    /*height: 4.57rem;*/
    margin-top: 0.20rem;
    padding-bottom:0.2rem;
}

.about-Toqing .content4 .big-box p {
    width: 58%;
    font-size: 0.18rem;
    text-align: justify;
    text-indent: 2em;
    line-height: 0.36rem;
    float: right;
    margin-top: 0.9rem;
}

.about-Toqing .content4 .big-box img {
    float: left;
    width: 40%;
}


/*------------exhibits-----------------*/


/*展示*/

.exhibits .banner {
    background: url(../images/img/exhibits/banner.png) no-repeat center;
    width: 100%;
    height: 6.00rem;
    position: relative;
    list-style: none;
    background-size: 100%;
}

.exhibits .shortcut-button {
    float: right;
    margin-right: 0.60rem;
    margin-top: 0.30rem;
}

.exhibits .shortcut-button a {
    text-decoration: none;
    color: #333;
    font-size: 0.16rem;
}

.exhibits .shortcut-button span {
    font-size: 0.16rem;
}

.exhibits .product-classification {
    padding-top: 0.60rem;
    width: 100%;
    height: 12.80rem;
}

.exhibits .product-classification .head {
    text-align: center;
    width: 100%;
    height: 0.90rem;
}

.exhibits .product-classification .head p.title {
    font-size: 0.36rem;
    font-weight: bold;
}

.exhibits .product-classification .head p.content {
    font-size: 0.18rem;
    margin-top: 0;
    color: #666;
}


/* 产品分类 */

.cpfl {
    width: 100%;
    height: 100%;
    margin-top: 4%;
}

.exhibits .product-classification .cpfl ul li a:hover div {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.product-classification .cpfl div {
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.cpfl .cpfl_box {
    width: 23%;
    height: 7.00rem;
    float: left;
    position: relative;
    overflow: hidden;
}

.cpfl .cpfl_box li {
    height: 100%;
}


/* .cpfl .cpfl_box img{
    position: absolute;
    top: 3%;
    left: 11%;
	z-index: 9999;
} */

.zj {
    display: inline-block;
    top: 5%;
    left: 10%;
    position: absolute;
    z-index: 9999;
}

.zj span {
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 9999;
}

.zj span .z1 {
    width: 0.04rem;
    height: 0.60rem;
    background: #aa5944;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

.cpfl .cpfl_box li :hover .zj span .z1 {
    display: none;
}

.zj span .z2 {
    width: 0.04rem;
    height: 0.60rem;
    background: #aa5944;
    position: absolute;
    /*bottom: -60;*/
    bottom:-0.60rem;
    right: 0;
    margin: 0;
}

.cpfl .cpfl_box li:hover .zj span .z2 {
    animation: dropdowns 2s linear;
    animation-iteration-count: 1;
    bottom: 0rem;
}

.zj1 {
    display: inline-block;
    top: 6%;
    left: 14%;
    position: absolute;
    z-index: 9999;
}

.zj1 span {
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 9999;
}

.zj1 span .z11 {
    background: #5e686d;
}

.zj1 span .z111 {
    background: #61645e;
}

.zj1 span .z1 {
    width: 0.04rem;
    height: 0.60rem;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

.cpfl ul li :hover .zj1 span .z1 {
    display: none;
}

.zj1 span .z22 {
    background: #5e686d;
}

.zj1 span .z222 {
    background: #61645e;
}

.zj1 span .z2 {
    width: 0.04rem;
    height: 0.60rem;
    position: absolute;
    /*bottom: -60;*/
    bottom:-0.6rem;
    right: 0;
    margin: 0;
}

.cpfl ul li:hover .zj1 span .z2 {
    animation: dropdowns 2s linear;
    animation-iteration-count: 1;
    bottom: 0rem;
}


/* --------- */

.zj12 {
    display: inline-block;
    top: 8%;
    right: 12%;
    position: absolute;
    z-index: 9999;
}

.zj12 span {
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 9999;
}

.zj12 span .z5 {
    background: #765f3a;
}

.zj12 span .z7 {
    background: #5b7c93;
}

.zj12 span .z8 {
    background: #918d86;
}

.zj12 span .z9 {
    background: #7d6366;
}

.zj12 span .z10 {
    background: #a52215;
}

.zj12 span .z1 {
    width: 0.04rem;
    height: 0.60rem;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}

.cpfl ul li :hover .zj12 span .z1 {
    display: none;
}

.zj12 span .z55 {
    background: #765f3a;
}

.zj12 span .z77 {
    background: #5b7c93;
}

.zj12 span .z88 {
    background: #918d86;
}

.zj12 span .z99 {
    background: #7d6366;
}

.zj12 span .z20 {
    background: #a52215;
}

.zj12 span .z2 {
    width: 0.04rem;
    height: 0.60rem;
    position: absolute;
    /*bottom: -60;*/
    bottom:-0.6rem;
    left: 0;
    margin: 0;
}

.cpfl ul li:hover .zj12 span .z2 {
    animation: dropdowns 2s linear;
    animation-iteration-count: 1;
    bottom: 0rem;
}

@keyframes dropdowns {
    0% {
        bottom: -0.60rem;
    }
    100% {
        bottom: 0rem;
    }
}


/* ------------ */

.xd {
    display: inline-block;
    top: 37%;
    left: 12%;
    position: absolute;
    z-index: 9999;
}

.xd span {
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 9999;
}

.xd span .xd33 {
    background: #6c8c80;
}

.xd span .xd44 {
    background: #6c8c80;
}

.xd span .xd1 {
    width: 0.60rem;
    height: 0.04rem;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}

.cpfl ul li :hover .xd span .xd1 {
    display: none;
}

.xd span .xd11 {
    background: #60528b;
}

.xd span .xd22 {
    background: #60528b;
}

.xd span .xd2 {
    width: 0.60rem;
    height: 0.04rem;
    position: absolute;
    bottom: 0;
    /*left: -60;*/
    left:-0.6rem;
    margin: 0;
}

.cpfl ul li:hover .xd span .xd2 {
    animation: dropdowns1 2s linear;
    animation-iteration-count: 1;
    left: 0rem;
}

@keyframes dropdowns1 {
    0% {
        left: -0.60rem;
    }
    100% {
        left: 0rem;
    }
}

.cpfl .cpfl_box a div {
    background: url(../images/img/exhibits/p1.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100% 100%;
}

.cpfl .right1-box {
    float: right;
    width: 74%;
    height: 3.30rem;
    margin-bottom: 2.6%;
    margin-right: 2%;
}

.cpfl .right1-box .p2 {
    float: left;
    width: 31%;
    height: 100%;
    margin-left: 1.5%;
    position: relative;
    overflow: hidden;
}

.cpfl .right1-box .p2 div {
    background: url(../images/img/exhibits/p2.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100% 100%;
}

.cpfl .right1-box .p3 {
    float: right;
    width: 65%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.cpfl .right1-box .p3 div {
    background: url(../images/img/exhibits/p3.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100% 100%;
}

.cpfl .down-box {
    height: 3.30rem;
    float: right;
    width: 74%;
    margin-right: 1%;
}

.cpfl .down-box li {
    width: 31%;
    height: 100%;
    float: left;
    margin-right: 2.8%;
    position: relative;
    overflow: hidden;
}

.cpfl .down-box li:nth-child(3) {
    margin-right: 0;
}

.cpfl .down-box .p4 div {
    background: url(../images/img/exhibits/p4.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100% 100%;
}

.cpfl .down-box .p5 div {
    background: url(../images/img/exhibits/p5.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100% 100%;
}

.cpfl .down-box .p6 div {
    background: url(../images/img/exhibits/p6.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100% 100%;
}

.cpfl .cfl-box {
    height: 3.30rem;
    float: right;
    width: 100%;
}

.cpfl .cfl-box li {
    width: 23%;
    height: 100%;
    float: left;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
}

.cpfl .down-box li:nth-child(4) {
    margin-right: 0;
}

.cpfl .cfl-box .p7 div {
    background: url(../images/img/exhibits/p7.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100% 100%;
}

.cpfl .cfl-box .p8 div {
    background: url(../images/img/exhibits/p8.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100% 100%;
}

.cpfl .cfl-box .p9 div {
    background: url(../images/img/exhibits/p9.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100% 100%;
}

.cpfl .cfl-box .p10 div {
    background: url(../images/img/exhibits/p10.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100% 100%;
}


/*商品推荐*/

.merchandise-recommendation .list .right-box {
    margin-right: 0.40rem;
}

.tu10 {
    width: 100%;
    height: 3.29rem;
    overflow: hidden;
}

.tu10 .img {
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.tu10:hover .img {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.exhibits .merchandise-recommendation {
    /* padding-top: 120px; */
    widows: 100%;
    /* height: 900px; */
}

.exhibits .merchandise-recommendation .title {
    position: relative;
}

.exhibits .merchandise-recommendation .title p.title {
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
}

.exhibits .merchandise-recommendation .title p.content {
    text-align: center;
    font-size: 0.18rem;
    color: #666666;
    margin-top: 0;
}

.exhibits .merchandise-recommendation .list {
    margin-top: 0.60rem;
}

.exhibits .merchandise-recommendation .list .top-box .list1>a {
    text-decoration: none;
}

.exhibits .merchandise-recommendation .list .top-box .list1 {
    width: 3.29rem;
    float: left;
    margin-right: 2%;
    margin-bottom: 0.20rem;
}

.exhibits .merchandise-recommendation .list .top-box .list1 .img {
    /* background: url(../images/img/exhibits/list-p1.png) no-repeat center; */
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.exhibits .merchandise-recommendation .list .top-box .list1 p {
    font-size: 0.20rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 0.20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.exhibits .merchandise-recommendation .list .top-box .list1 .big-box .left-box a {
    text-decoration: none;
}

.exhibits .merchandise-recommendation .list .top-box .list1 a:hover p {
    color: #D92737;
}

.exhibits .merchandise-recommendation .list .top-box .list1 .big-box .left-box {
    float: inherit;
    margin-top: 0.04rem;
    text-align: center;
}

.exhibits .merchandise-recommendation .list .top-box .list1 .big-box .left-box a span {
    color: #666;
    font-size: 0.16rem;
    text-decoration: none;
    margin-left: 0.04rem;
}

.exhibits .merchandise-recommendation .list .top-box .list1 .big-box .shu {
    float: left;
    margin-top: 0.01rem;
    color: #CCC;
    margin-left: 8%;
    margin-right: 8%;
}

.exhibits .merchandise-recommendation .list .top-box .list1 .big-box .right-box {
    float: left;
    margin-right: 0rem;
}

.exhibits .merchandise-recommendation .list .top-box .list1 .big-box .right-box img {
    float: left;
    margin-top: 0.03rem;
    margin-right: 0.10rem;
}

.exhibits .merchandise-recommendation .list .top-box .list1 .big-box .right-box span {
    float: left;
    color: #666;
    margin-top: 0.02rem;
}

.exhibits .merchandise-recommendation .list .top-box .list2>a {
    text-decoration: none;
}

.exhibits .merchandise-recommendation .list .top-box .list2 {
    width: 23%;
    float: left;
    margin-left: 2.5%;
}

.exhibits .merchandise-recommendation .list .top-box .list2 .img {
    background: url(../images/img/exhibits/list-p2.png) no-repeat center;
    width: 100%;
    height: 4.41rem;
    background-size: 100%;
}

.exhibits .merchandise-recommendation .list .top-box .list2 p {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 0.20rem;
}

.exhibits .merchandise-recommendation .list .top-box .list2 a:hover p {
    color: #D92737;
}

.exhibits .merchandise-recommendation .list .top-box .list2 .big-box .left-box {
    float: left;
    margin-top: 0.04rem;
    margin-left: 0.25rem;
}

.exhibits .merchandise-recommendation .list .top-box .list2 .big-box .left-box a {
    text-decoration: none;
}

.exhibits .merchandise-recommendation .list .top-box .list2 .big-box .left-box a span {
    color: #666;
    font-size: 0.16rem;
    text-decoration: none;
    margin-left: 0.04rem;
}

.exhibits .merchandise-recommendation .list .top-box .list2 .big-box .shu {
    float: left;
    margin-top: 0.01rem;
    color: #CCC;
    margin-left: 0.25rem;
    margin-right: 0.24rem;
}

.exhibits .merchandise-recommendation .list .top-box .list2 .big-box .right-box {
    float: left;
}

.exhibits .merchandise-recommendation .list .top-box .list2 .big-box .right-box img {
    float: left;
    margin-top: 0.03rem;
    margin-right: 0.10rem;
}

.exhibits .merchandise-recommendation .list .top-box .list2 .big-box .right-box span {
    float: left;
    color: #666;
    margin-top: 0.02rem;
}

.exhibits .merchandise-recommendation .list .down-box {
    padding-top: 5.80rem;
}

.exhibits .merchandise-recommendation .list .down-box .list1>a {
    text-decoration: none;
}

.exhibits .merchandise-recommendation .list .down-box .list1 {
    width: 3.30rem;
    float: left;
    margin-left: 0.35rem;
}

.exhibits .merchandise-recommendation .list .down-box .list1 .big-box .left-box a {
    text-decoration: none;
}

.exhibits .merchandise-recommendation .list .down-box .list1 .img {
    background: url(../images/img/exhibits/list-p2.png) no-repeat center;
    width: 100%;
    height: 4.41rem;
    background-size: 100%;
}

.exhibits .merchandise-recommendation .list .down-box .list1 p {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 0.20rem;
}

.exhibits .merchandise-recommendation .list .down-box .list1 a:hover p {
    color: #D92737;
}

.exhibits .merchandise-recommendation .list .down-box .list1 .big-box .left-box {
    float: left;
    margin-top: 0.04rem;
    margin-left: 0.25prem;
}

.exhibits .merchandise-recommendation .list .down-box .list1 .big-box .left-box a span {
    color: #666;
    font-size: 0.16prem;
    text-decoration: none;
    margin-left: 0.04rem;
}

.exhibits .merchandise-recommendation .list .down-box .list1 .big-box .shu {
    float: left;
    margin-top: 0.01rem;
    color: #CCC;
    margin-left: 0.25rem;
    margin-right: 0.24rem;
}

.exhibits .merchandise-recommendation .list .down-box .list1 .big-box .right-box {
    float: left;
}

.exhibits .merchandise-recommendation .list .down-box .list1 .big-box .right-box img {
    float: left;
    margin-top: 0.03rem;
    margin-right: 0.10rem;
}

.exhibits .merchandise-recommendation .list .down-box .list1 .big-box .right-box span {
    float: left;
    color: #666;
    margin-top: 0.02rem;
}


/*推荐*/

.exhibits .recommend {
    padding-top: 0.30rem;
}

.exhibits .recommend a.left-box {
    background: url(../images/img/exhibits/left-box.png) no-repeat center;
    width: 46%;
    height: 3.00rem;
    display: block;
    background-size: 100%;
    float: left;
    transition: transform 1s;
    -ms-transition: transform 1s;
    /* IE 9 */
    -moz-transition: transform 1s;
    /* Firefox */
    -webkit-transition: transform 1s;
    /* Safari 和 Chrome */
    -o-transition: transform 1s;
    /* Opera */
    margin-left: 1%;
    text-decoration: none;
}

.exhibits .recommend a.left-box p {
    color: #333;
    font-size: 0.18rem;
    margin-left: 7%;
    margin-top: 33%;
}

.exhibits .recommend a.left-box .line {
    width: 0.70rem;
    height: 0.01rem;
    background-color: #333;
    margin-left: 7%;
}

.exhibits .recommend a.left-box:hover p {
    color: #D92737;
}

.exhibits .recommend a.left-box:hover .line {
    background-color: #D92737;
}

.exhibits .recommend a.left-box:hover {
    transform: translate(0.48rem, 0rem);
    -ms-transform: translate(0.48rem, 0rem);
    -moz-transform: translate(0.48rem, 0rem);
    -webkit-transform: translate(0.48rem, 0rem);
    -o-transform: translate(0.48rem, 0rem);
}

.exhibits .recommend a.right-box {
    background: url(../images/img/exhibits/right-box.png) no-repeat center;
    width: 46%;
    height: 3.00rem;
    display: block;
    float: right;
    background-size: 100%;
    transition: transform 1s;
    -ms-transition: transform 1s;
    /* IE 9 */
    -moz-transition: transform 1s;
    /* Firefox */
    -webkit-transition: transform 1s;
    /* Safari 和 Chrome */
    -o-transition: transform 1s;
    /* Opera */
    margin-right: 1%;
    text-decoration: none;
}

.exhibits .recommend a.right-box:hover {
    transform: translate(-0.48rem, 0rem);
    -ms-transform: translate(-0.48rem, 0rem);
    -moz-transform: translate(-0.48rem, 0rem);
    -webkit-transform: translate(-0.48rem, 0rem);
    -o-transform: translate(-0.48rem, 0rem);
}

.exhibits .recommend a.right-box p {
    color: #333;
    font-size: 0.18rem;
    margin-left: 82%;
    margin-top: 33%;
}

.exhibits .recommend a.right-box:hover p {
    color: #D92737;
}

.exhibits .recommend a.right-box:hover .line {
    background-color: #D92737;
}

.exhibits .recommend a.right-box .line {
    width: 0.70rem;
    height: 0.01rem;
    background-color: #333;
    margin-left: 82%;
}


/*新品上市*/

.exhibits .new-arrival {
    padding-top: 0.30rem;
}

.exhibits .new-arrival p.title {
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
}

.exhibits .new-arrival p.content {
    font-size: 0.18rem;
    color: #666;
    text-align: center;
    margin-top: 0;
}

.exhibits .new-arrival .box {
    /*width: 100%;*/
    height: 4.20rem;
    margin-top: 0.60rem;
    /*background-color: #23527C;*/
}

.exhibits .new-arrival .box a.pot div {
    background: url(../images/img/exhibits/pot.png) no-repeat center;
    width: 100%;
    height: 100%;
    float: left;
    background-size: 100% 100%;
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.exhibits .new-arrival .box a.pot:hover div {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.exhibits .new-arrival .box .tu11 {
    width: 49%;
    height: 4.20rem;
    position: relative;
    overflow: hidden;
    float: left;
}


/* .exhibits .new-arrival .box .pot img{
	 margin-left: 77%;
	margin-top: 21%; 
	position: absolute;
	    z-index: 999;
} */


/* 新增轮播css开始 */

.banner12 {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: 0.01rem solid #ccc;
}

.banner .b_main {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner .b_main .b_m_pic {
    position: relative;
    width: 100%;
    height: 100%;
}

.b_main .b_m_pic li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*这里给绝对定位，是为了把li叠在一起*/

.b_m_pic li span {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    text-indent: 0.30rem;
    color: #fff;
}


/*小圆点的样式*/

.b_list ul {
    position: absolute;
    right: 0.40rem;
    bottom: 0.03rem;
}


/*这里的ul根据banner定位*/

.b_list ul li {
    width: 0.20rem;
    height: 0.20rem;
    float: left;
    background: #333;
    margin-left: 0.20rem;
    border-radius: 0.50rem;
    border: 0.02rem solid white;
}

.b_list ul .l_hover,
.b_list ul .l_click {
    border: 0.02rem solid #333;
    background: white;
}


/*两边耳朵的样式*/

.b_btn div {
    position: absolute;
    width: 1.00rem;
    height: 1.00rem;
    background: rgba(0, 0, 0, 0.7);
    font-size: 0.60rem;
    color: white;
    text-align: center;
    line-height: 1.00rem;
    top: 50%;
    margin-top: -0.80rem;
    cursor: pointer;
}

.b_btn .b_left {
    left: 0;
    border-radius: 50%
}


/*移到左边*/

.b_btn .b_right {
    right: 0;
    border-radius: 50%
}


/*移到右边*/


/* 新增轮播css结束 */

.exhibits .new-arrival .box .list1>a {
    text-decoration: none;
}

.exhibits .new-arrival .box .list1 {
    width: 23%;
    float: left;
    margin-left: 2%;
}

.exhibits .new-arrival .box .list1 .big-box .left-box a {
    text-decoration: none;
}

.exhibits .new-arrival .box .list1 .img {
    background: url(../images/img/exhibits/list-p2.png) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.exhibits .new-arrival .box .list1 p {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 0.20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.exhibits .new-arrival .box .list1 a:hover p {
    color: #D92737;
}

.exhibits .new-arrival .box .list1 .big-box .left-box {
    float: inherit;
    margin-top: 0.04rem;
    text-align: center;
}

.exhibits .new-arrival .box .list1 .big-box .left-box a span {
    color: #666;
    font-size: 0.16rem;
    text-decoration: none;
    margin-left: 0.04rem;
}

.exhibits .new-arrival .box .list1 .big-box .shu {
    float: left;
    margin-top: 0.01rem;
    color: #CCC;
    margin-left: 0.25rem;
    margin-right: 0.24rem;
}

.exhibits .new-arrival .box .list1 .big-box .right-box {
    float: left;
    margin-right: 0.40rem;
}

.exhibits .new-arrival .box .list1 .big-box .right-box img {
    float: left;
    margin-top: 0.03rem;
    margin-right: 0.10rem;
}

.exhibits .new-arrival .box .list1 .big-box .right-box span {
    float: left;
    color: #666;
    margin-top: 0.02rem;
}

.exhibits .new-arrival .down-button a:first-child:hover {
    background-color: #D92737;
}

.exhibits .new-arrival .down-button a:last-child {
    float: left;
    margin-left: 0.20rem;
    background-color: #AAAAAA;
    border-radius: 50%;
}

.exhibits .new-arrival .down-button a:last-child:hover {
    background-color: #D92737;
}


/*太平象*/

.exhibits .elephant {
    background: url(../images/img/exhibits/elephant.png) no-repeat center;
    width: 100%;
    height: 5.30rem;
    margin-top: 0.80rem;
    background-size: 100%;
    position: relative;
}

.exhibits .elephant p {
    width: 16%;
    font-size: 0.30rem;
    line-height: 0.48rem;
    left: 50%;
    margin-left: -8%;
    text-align: center;
    margin-top: 16%;
    position: absolute;
}

.exhibits .elephant button {
    color: #D92737;
    width: 10%;
    height: 0.40rem;
    border: 0.02rem solid #D92737;
    background-color: transparent;
    position: absolute;
    left: 50%;
    margin-left: -5%;
    margin-top: 25%;
	font-size: .14rem;
}

.inner_e {
    width: 77%;
    margin: 0 auto;
}


/*Religious-Art*/

.fixed {
    clear: both;
}

.inner_c {
    width: 100%;
    margin: 0 auto;
}

.inner_d {
    margin: 0 auto;
    width: 73%;
}


/*快捷导航---Religious-Art*/

.small-nav {
    padding-top: 0.30rem;
    display: block;
}

.nav_list .ss:hover .wom {
    display: none;
}

.wom {
    margin-left: 7%;
}

.right-box {
    float: right;
    margin-right: 9%;
}

.right-box>span {
    color: #666;
}

.small-nav .right-box>a {
    text-decoration: none;
    color: #666;
}

.left-box {
    float: left;
}

.small-nav .left-box>ul>li {
    float: left;
    list-style: none;
    margin-left: 0.36rem;
    line-height: 0.38rem;
}

.small-nav .left-box ul li a {
    text-decoration: none;
    font-size: 0.18rem;
    color: #666;
}

.small-nav .left-box ul li a:hover {
    color: #D92737;
}

.small-nav .left-box ul .kk {
    line-height: 0.34rem;
    height: 0.50rem;
    border-bottom: 0.05rem solid #D92737;
}

.small-nav .left-box ul .kk a {
    font-size: 0.24rem;
    font-weight: bold;
    color: #D92737;
}


/* .small-nav .left-box ul li:first-child .line{
	width: 96px;
	height: 4px;
	background-color: #D92737;
	margin-top: 10px;
} */

.another-nav {
    margin-top: 0.08rem;
}

.small-nav .line1 {
    margin-top: 0.49rem;
    border: 0.01rem solid #ccc;
}


/*内容-------------Religious-Art*/

.content {
    margin-top: 5%;
}

.content .left-nav {
    width: 2.00rem;
    float: left;
}

.content .right-list {
    width: 13.14rem;
    float: right;
}

.content .left-nav ul li {
    list-style: none;
    margin-top: 0.22rem;
    margin-left: 0.10rem;
}

.content .left-nav ul li:first-child {
    margin-top: 0rem;
}

.content .left-nav ul li a {
    font-size: 0.18rem;
    text-decoration: none;
    color: #666;
}

.content .left-nav ul li a:hover {
    color: #D92737;
}

.content .left-nav p.product-screening {
    color: #333;
    font-size: 0.18rem;
    margin-top: 0.44rem;
    margin-left: 0.10rem;
}

.content .left-nav .line {
    width: 2.00rem;
    height: 0.01rem;
    background-color: #cccccc;
    margin-top: 0.16rem;
}

.content .left-nav p.technology {
    margin-top: 0.16rem;
    font-size: 0.18rem;
    margin-left: 0.10rem;
}

.content .left-nav p.technology span {
    color: #666;
    font-size: 0.14rem;
}

.content .right-list .list1>a {
    text-decoration: none;
}

.content .right-list .list1 {
    width: 2.94rem;
    float: left;
    margin-left: 0.46rem;
}

.content .right-list .list1:first-child {
    margin-left: 0px;
}

.content .right-list .list1 .tu12 {
    width: 2.94rem;
    height: 3.93rem;
    overflow: hidden;
}

.content .right-list .list1 .img {
    width: 2.94rem;
    height: 3.93rem;
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.content .right-list .list1 a:hover .img {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.content .right-list .list1 p {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 0.12rem;
}

.content .right-list .list1 .big-box .left-box a {
    text-decoration: none;
}

.content .right-list .list1 a:hover p {
    color: #D92737;
}

.content .right-list .list1 .big-box .left-box {
    float: left;
    margin-top: 0.04rem;
    margin-left: 0.18rem;
}

.content .right-list .list1 .big-box .left-box a span {
    color: #666;
    font-size: 0.16rem;
    text-decoration: none;
    margin-left: 0.04rem;
}

.content .right-list .list1 .big-box .shu {
    float: left;
    margin-top: 1px;
    color: #CCC;
    margin-left: 0.20rem;
    margin-right: 0.20rem;
}

.content .right-list .list1 .big-box .right-box {
    float: left;
    margin-right: 0rem;
}

.content .right-list .list1 .big-box .right-box img {
    float: left;
    margin-top: 0.03rem;
    margin-right: 0.10rem;
}

.content .right-list .list1 .big-box .right-box span {
    float: left;
    color: #666;
    margin-top: 0.02rem;
}

.content .right-list .list2>a {
    text-decoration: none;
}

.content .right-list .list2 {
    width: 2.94rem;
    float: left;
    margin-left: 0.46rem;
    margin-top: 0.35rem;
}

.content .right-list .first-list2 {
    margin-left: 0rem;
}

.content .right-list .list2 .img {
    background: url(../images/img/exhibits/list-p2.png) no-repeat center;
    width: 2.94rem;
    height: 3.93rem;
}

.content .right-list .list2 a:hover .img {
    background-size: 110%;
}

.content .right-list .list2 p {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 0.12rem;
}

.content .right-list .list2 .big-box .left-box a {
    text-decoration: none;
}

.content .right-list .list2 a:hover p {
    color: #D92737;
}

.content .right-list .list2 .big-box .left-box {
    float: left;
    margin-top: 0.04rem;
    margin-left: 0.18rem;
}

.content .right-list .list2 .big-box .left-box a span {
    color: #666;
    font-size: 0.16rem;
    text-decoration: none;
    margin-left: 0.04rem;
}

.content .right-list .list2 .big-box .shu {
    float: left;
    margin-top: 0.01rem;
    color: #CCC;
    margin-left: 0.20rem;
    margin-right: 0.20rem;
}

.content .right-list .list2 .big-box .right-box {
    float: left;
    margin-right: 0;
}

.content .right-list .list2 .big-box .right-box img {
    float: left;
    margin-top: 0.03rem;
    margin-right: 0.10rem;
}

.content .right-list .list2 .big-box .right-box span {
    float: left;
    color: #666;
    margin-top: 0.02rem;
}

.content .right-list .line {
    width: 13.14rem;
    height: 0.01rem;
    background-color: #CCCCCC;
    margin-top: 0.60rem;
}

.content .right-list .button {
    margin-top: 0.60rem;
    margin-left: 2.47rem;
}


/*----------------news------------------------*/


/*新闻*/

.news .banner {
    background: url(../images/img/news/banner.png) no-repeat center;
    width: 100%;
    height: 6.00rem;
    position: relative;
    list-style: none;
    background-size: 100%;
}

.news .shortcut-button {
    float: right;
    margin-right: 0.60rem;
    margin-top: 0.30rem;
}

.news .shortcut-button a {
    text-decoration: none;
    color: #333;
    font-size: 0.16rem;
}

.news .shortcut-button span {
    font-size: 0.16rem;
}


/*新闻内容*/

.news .content {
    padding-top: 0.80rem;
}

.news .content p.en {
    font-size: 0.48rem;
    color: #666;
    font-weight: bold;
    text-align: center;
}

.news .content p.cn {
    font-size: 0.36rem;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.news .content ul {
    margin-top: 0.60rem;
}

.news .content ul li {
    list-style: none;
    margin-left: 4%;
    float: left;
    width: 30%;
	margin-bottom: .4rem;
}

.news .content ul li a {
    text-decoration: none;
}

.tu15 {
    width: 100%;
    height: 3.30rem;
    overflow: hidden;
}

.tu16 {
    transition: all 1s;
    -ms-transition: all 1s;
    /* IE 9 */
    -moz-transition: all 1s;
    /* Firefox */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.tu15:hover .tu16 {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.news .content ul li:first-child a .img1 {
    background: url(../images/img/news/p1.png) no-repeat center;
    width: 100%;
    height: 3.30rem;
}


/* .news .content ul li a:hover .img1{
	background-size: 110%;
} */

.news .content ul li a .img2 {
    background: url(../images/img/news/p2.png) no-repeat center;
    width: 100%;
    height: 3.30rem;
}


/* .news .content ul li a:hover .img2{
	background-size: 110%;
} */

.news .content ul li a .img3 {
    background: url(../images/img/news/p3.png) no-repeat center;
    width: 100%;
    height: 3.30rem;
}


/* .news .content ul li a:hover .img3{
	background-size: 110%;
} */

.news .content ul li:first-child {
    margin-left: 0;
}

.news .content ul li:first-child a {
    background-color: #eee;
    width: 100%;
    height: 5.52rem;
    display: block;
    list-style: none;
}

.news .content ul li a {
    background-color: #ddd;
    width: 100%;
    height: 5.52rem;
    display: block;
    float: left;
}

.news .content ul li:last-child a {
    background-color: #eee;
    width: 100%;
    height: 5.52rem;
    display: block;
    float: left;
}

.news .content ul li a:hover {
    background-color: #008CC7;
}

.news .content ul li:first-child a:hover {
    background-color: #125FA3;
}

.news .content ul li:last-child a:hover {
    background-color: #00B0A6;
}

.news .content ul li a:hover p.title {
    color: #fff;
}

.news .content ul li a:hover p.content {
    color: #fff;
}

.news .content ul li a p.title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    margin-left: 0.58rem;
    margin-top: 0.55rem;
}

.news .content ul li a p.content {
    margin-left: 0.58rem;
    color: #666;
    font-size: 0.18rem;
    width: 77%;
    margin-top: -0.50rem;
}

.news .content ul {
    width: 88%;
    margin: 0 auto;
}


/*---------------Culture-------------------*/


/*Culture---------文化*/


/*banner*/

.culture .banner {
    background: url(../images/img/Culture/banner.png) no-repeat center;
    width: 100%;
    height: 6.00rem;
    position: relative;
    list-style: none;
    background-size: 100% 100%;
}

.culture .shortcut-button {
    float: right;
    margin-right: 0.60rem;
    margin-top: 0.30rem;
}

.culture .shortcut-button a {
    text-decoration: none;
    color: #333;
    font-size: 0.16rem;
}

.culture .shortcut-button span {
    font-size: 0.16rem;
}


/*铜艺文化*/

.culture .copper-culture {
    padding-top: 0.80rem;
	    margin-bottom: .3rem;
}

.culture .copper-culture p.en {
    font-size: 0.48rem;
    color: #666;
    font-weight: bold;
    text-align: center;
}

.culture .copper-culture p.cn {
    font-size: 0.36rem;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.culture .copper-culture .list1 {
    margin-top: 0.60rem;
}

.culture .copper-culture .list1 a.left-box {
    background: url(../images/img/Culture/p1.png) no-repeat center;
    width: 33%;
    height: 3.00rem;
    margin-left: 15%;
    float: left;
    display: block;
    transition: transform 1s;
    -ms-transition: transform 1s;
    /* IE 9 */
    -moz-transition: transform 1s;
    /* Firefox */
    -webkit-transition: transform 1s;
    /* Safari 和 Chrome */
    -o-transition: transform 1s;
    /* Opera */
}

.culture .copper-culture .list1 a.left-box .trapezoid {
    border-top: 2.34rem solid rgba(18, 95, 163, 0.6);
    border-left: 0 solid transparent;
    border-right: 0.83rem solid transparent;
    width: 46%;
    margin-top: 0.33rem;
    position: relative;
}

.culture .copper-culture .list1 a.left-box .trapezoid p.title {
    font-size: 0.30rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -1.63rem;
    margin-left: 15%;
}

.culture .copper-culture .list1 a.left-box .trapezoid .line {
    width: 50%;
    height: 0.06rem;
    background-color: #fff;
    position: absolute;
    top: -1.03rem;
    margin-left: 15%;
}

.culture .copper-culture .list1 a.left-box:hover {
    transform: translate(-0.42rem, 0rem);
    -ms-transform: translate(-0.42rem, 0rem);
    /* IE 9 */
    -moz-transform: translate(-0.42rem, 0rem);
    /* Firefox */
    -webkit-transform: translate(-0.42rem, 0rem);
    /* Safari 和 Chrome */
    -o-transform: translate(-0.42rem, 0rem);
    /* Opera */
}

.culture .copper-culture .list1 a.right-box {
    background: url(../images/img/Culture/p2.png) no-repeat center;
    width: 33%;
    height: 3.00rem;
    margin-right: 15%;
    float: right;
    display: block;
    transition: transform 1s;
    -ms-transition: transform 1s;
    /* IE 9 */
    -moz-transition: transform 1s;
    /* Firefox */
    -webkit-transition: transform 1s;
    /* Safari 和 Chrome */
    -o-transition: transform 1s;
    /* Opera */
}

.culture .copper-culture .list1 a.right-box .trapezoid {
    border-top: 2.34rem solid rgba(18, 95, 163, 0.6);
    border-left: 0.83rem solid transparent;
    border-right: 0rem solid transparent;
    width: 46%;
    margin-top: 0.33rem;
    position: relative;
    margin-left: 54%;
}

.culture .copper-culture .list1 a.right-box .trapezoid p.title {
    font-size: 0.30rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -1.63rem;
    margin-left: 25%;
}

.culture .copper-culture .list1 a.right-box .trapezoid .line {
    width: 50%;
    height: 0.06rem;
    background-color: #fff;
    position: absolute;
    top: -1.03rem;
    margin-left: 35%;
}

.culture .copper-culture .list1 a.right-box:hover {
    transform: translate(0.42rem, 0rem);
    -ms-transform: translate(-0.42rem, 0rem);
    /* IE 9 */
    -moz-transform: translate(-0.42rem, 0rem);
    /* Firefox */
    -webkit-transform: translate(-0.42rem, 0rem);
    /* Safari 和 Chrome */
    -o-transform: translate(-0.42rem, 0rem);
    /* Opera */
}

.copper-culture .list2 {
    margin-top: 0.40rem;
}

.copper-culture .list2 a.left-box {
    background: url(../images/img/Culture/p3.png) no-repeat center;
    width: 33%;
    height: 3.00rem;
    margin-left: 15%;
    float: left;
    display: block;
    transition: transform 1s;
    -ms-transition: transform 1s;
    /* IE 9 */
    -moz-transition: transform 1s;
    /* Firefox */
    -webkit-transition: transform 1s;
    /* Safari 和 Chrome */
    -o-transition: transform 1s;
    /* Opera */
}

.copper-culture .list2 a.left-box .trapezoid {
    border-top: 2.34rem solid rgba(0, 140, 199, 0.6);
    border-left: 0rem solid transparent;
    border-right: 0.83rem solid transparent;
    width: 46%;
    margin-top: 0.33rem;
    position: relative;
}

.copper-culture .list2 a.left-box .trapezoid p.title {
    font-size: 0.30rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -1.63rem;
    margin-left: 15%;
}

.copper-culture .list2 a.left-box .trapezoid .line {
    width: 50%;
    height: 0.06rem;
    background-color: #fff;
    position: absolute;
    top: -1.03rem;
    margin-left: 15%;
}

.copper-culture .list2 a.left-box:hover {
    transform: translate(-0.42rem, 0rem);
    -ms-transform: translate(-0.42rem, 0rem);
    /* IE 9 */
    -moz-transform: translate(-0.42rem, 0rem);
    /* Firefox */
    -webkit-transform: translate(-0.42rem, 0rem);
    /* Safari 和 Chrome */
    -o-transform: translate(-0.42rem, 0rem);
    /* Opera */
}

.copper-culture .list2 a.right-box {
    background: url(../images/img/Culture/p4.png) no-repeat center;
    width: 33%;
    height: 3.00rem;
    margin-right: 15%;
    float: right;
    display: block;
    transition: transform 1s;
    -ms-transition: transform 1s;
    /* IE 9 */
    -moz-transition: transform 1s;
    /* Firefox */
    -webkit-transition: transform 1s;
    /* Safari 和 Chrome */
    -o-transition: transform 1s;
    /* Opera */
}

.copper-culture .list2 a.right-box .trapezoid {
    border-top: 2.34rem solid rgba(0, 140, 199, 0.6);
    border-left: 0.83rem solid transparent;
    border-right: 0rem solid transparent;
    width: 46%;
    margin-top: 0.33rem;
    position: relative;
    margin-left: 54%;
}

.copper-culture .list2 a.right-box .trapezoid p.title {
    font-size: 0.30rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -1.63rem;
    margin-left: 25%;
}

.copper-culture .list2 a.right-box .trapezoid .line {
    width: 50%;
    height: 0.06rem;
    background-color: #fff;
    position: absolute;
    top: -1.03rem;
    margin-left: 35%;
}

.copper-culture .list2 a.right-box:hover {
    transform: translate(0.42rem, 0rem);
    -ms-transition: transform 1s;
    /* IE 9 */
    -moz-transition: transform 1s;
    /* Firefox */
    -webkit-transition: transform 1s;
    /* Safari 和 Chrome */
    -o-transition: transform 1s;
    /* Opera */
}

.copper-culture .list3 {
    margin-top: 0.40rem;
}

.copper-culture .list3 a.left-box {
    background: url(../images/img/Culture/p5.png) no-repeat center;
    width: 33%;
    height: 3.00rem;
    margin-left: 15%;
    float: left;
    display: block;
    transition: transform 1s;
    -ms-transition: transform 1s;
    /* IE 9 */
    -moz-transition: transform 1s;
    /* Firefox */
    -webkit-transition: transform 1s;
    /* Safari 和 Chrome */
    -o-transition: transform 1s;
    /* Opera */
}

.copper-culture .list3 a.left-box:hover {
    transform: translate(-0.42rem, 0px);
    -ms-transition: transform 1s;
    /* IE 9 */
    -moz-transition: transform 1s;
    /* Firefox */
    -webkit-transition: transform 1s;
    /* Safari 和 Chrome */
    -o-transition: transform 1s;
    /* Opera */
}

.copper-culture .list3 a.left-box .trapezoid {
    border-top: 2.34rem solid rgba(193, 50, 112, 0.6);
    border-left: 0rem solid transparent;
    border-right: 0.83rem solid transparent;
    width: 46%;
    margin-top: 0.33rem;
    position: relative;
}

.copper-culture .list3 a.left-box .trapezoid p.title {
    font-size: 0.30rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -1.63rem;
    margin-left: 15%;
}

.copper-culture .list3 a.left-box .trapezoid .line {
    width: 50%;
    height: 0.06rem;
    background-color: #fff;
    position: absolute;
    top: -1.03rem;
    margin-left: 15%;
}

.copper-culture .list3 a.right-box {
    background: url(../images/img/Culture/p6.png) no-repeat center;
    width: 33%;
    height: 3.00rem;
    margin-right: 15%;
    float: right;
    display: block;
    transition: transform 1s;
    -ms-transition: transform 1s;
    /* IE 9 */
    -moz-transition: transform 1s;
    /* Firefox */
    -webkit-transition: transform 1s;
    /* Safari 和 Chrome */
    -o-transition: transform 1s;
    /* Opera */
}

.copper-culture .list3 a.right-box:hover {
    transform: translate(0.42rem, 0rem);
    -ms-transition: transform 1s;
    /* IE 9 */
    -moz-transition: transform 1s;
    /* Firefox */
    -webkit-transition: transform 1s;
    /* Safari 和 Chrome */
    -o-transition: transform 1s;
    /* Opera */
}

.copper-culture .list3 a.right-box .trapezoid {
    border-top: 2.34rem solid rgba(193, 50, 112, 0.6);
    border-left: 0.83rem solid transparent;
    border-right: 0rem solid transparent;
    width: 46%;
    margin-top: 0.33rem;
    position: relative;
    margin-left: 54%;
}

.copper-culture .list3 a.right-box .trapezoid p.title {
    font-size: 0.30rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -1.63rem;
    margin-left: 25%;
}

.copper-culture .list3 a.right-box .trapezoid .line {
    width: 50%;
    height: 0.06rem;
    background-color: #fff;
    position: absolute;
    top: -1.03rem;
    margin-left: 35%;
}


/*雕塑文化*/

.exhibits .merchandise-recommendation .list .top-box .list1:nth-child(4) {
    margin-right: 0;
}

.exhibits .merchandise-recommendation .list .top-box .list1:nth-child(8) {
    margin-right: 0;
}


/*雕塑文化---快捷导航*/

.Sculpture-Culture .small-nav {
    padding-top: 0.30rem;
}

.Sculpture-Culture .right-box {
    float: right;
    /*margin-top: 30px;*/
    margin-right: 0.60rem;
}

.Sculpture-Culture .right-box>span {
    color: #666;
}

.Sculpture-Culture .small-nav .right-box>a {
    text-decoration: none;
    color: #666;
}

.Sculpture-Culture .left-box {
    float: left;
}

.Sculpture-Culture .small-nav .left-box>ul>li {
    float: left;
    list-style: none;
    margin-left: 0.50rem;
}

.Sculpture-Culture .small-nav .left-box ul li a {
    text-decoration: none;
    font-size: 0.18rem;
    color: #666;
}

.Sculpture-Culture .small-nav .left-box ul li a:hover {
    color: #D92737;
}

.Sculpture-Culture .small-nav .left-box ul li:first-child {
    margin-left: 0rem;
}

.Sculpture-Culture .small-nav .left-box ul li:first-child a {
    font-size: 0.24rem;
    font-weight: bold;
    color: #D92737;
}

.Sculpture-Culture .small-nav .left-box ul li:first-child .line {
    width: 0.96rem;
    height: 0.04rem;
    background-color: #D92737;
    margin-top: 0.10rem;
}

.Sculpture-Culture .another-nav {
    margin-top: 0.08rem;
}

.Sculpture-Culture .small-nav .line1 {
    margin-top: 0.49rem;
    border: 0.01rem solid #ccc;
}


/*雕塑文化--------内容*/

.Sculpture-Culture .content1 {
    padding-top: 0.40rem;
}

.Sculpture-Culture .content1 .left-box {
    float: left;
    width: 45%;
    margin-top: 4%;
    margin-left: 8%;
}

.Sculpture-Culture .content1 .right-box {
    float: right;
    margin-right: 8%;
    width: 27%;
}

.Sculpture-Culture .content1 .left-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Sculpture-Culture .content2 {
    background: url(../images/img/Culture/bg1.png) no-repeat center;
    width: 100%;
    height: 4.57rem;
    margin-top: 0.40rem;
}

.Sculpture-Culture .content2 .left-box {
    margin-left: 8%;
    float: left;
    margin-top: 2%;
    width: 27%;
}

.Sculpture-Culture .content2 .right-box {
    margin-right: 8%;
    float: right;
    margin-top: 6%;
    width: 43%;
}

.Sculpture-Culture .content2 .right-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Sculpture-Culture .content3 {
    padding-top: 0.40rem;
}

.Sculpture-Culture .content3 .left-box {
    float: left;
    margin-top: 5%;
    margin-left: 8%;
    width: 43%;
}

.Sculpture-Culture .content3 .right-box {
    float: right;
    margin-right: 8%;
    width: 27%;
}

.Sculpture-Culture .content3 .left-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Sculpture-Culture .content4 {
    background: url(../images/09.Culture/02.Sculpture-Culture/img/bg.png) no-repeat center;
    width: 100%;
    height: 4.57rem;
    margin-top: 0.40rem;
}

.Sculpture-Culture .content4 .left-box {
    float: left;
    margin-top: 2%;
    margin-left: 8%;
    width: 27%;
}

.Sculpture-Culture .content4 .right-box {
    float: right;
    margin-right: 8%;
    margin-top: 8%;
    width: 43%;
}

.Sculpture-Culture .content4 .right-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Sculpture-Culture img {
    width: 100%;
}

.Buddhist-Culture img {
    width: 100%;
}

.Bronze-Culture img {
    width: 100%;
}

.Auspicious-Culture img {
    width: 100%;
}

.Ding-Culture img {
    width: 100%;
}

.Enamel-Culture img {
    width: 100%;
}


/*佛教文化*/


/*佛教文化------快捷导航*/

.Buddhist-Culture .small-nav {
    padding-top: 0.30rem;
}

.Buddhist-Culture .right-box {
    float: right;
    /*margin-top: 30px;*/
    margin-right: 0.60rem;
}

.Buddhist-Culture .right-box>span {
    color: #666;
}

.Buddhist-Culture .small-nav .right-box>a {
    text-decoration: none;
    color: #666;
}

.Buddhist-Culture .left-box {
    float: left;
}

.Buddhist-Culture .small-nav .left-box>ul>li {
    float: left;
    list-style: none;
    margin-left: 0.50rem;
}

.Buddhist-Culture .small-nav .left-box ul li a {
    text-decoration: none;
    font-size: 0.18rem;
    color: #666;
}

.Buddhist-Culture .small-nav .left-box ul li a:hover {
    color: #D92737;
}

.Buddhist-Culture .small-nav .left-box ul li:first-child {
    margin-left: 0rem;
}

.Buddhist-Culture .small-nav .left-box ul li:first-child a {
    font-size: 0.24rem;
    font-weight: bold;
    color: #D92737;
}

.Buddhist-Culture .small-nav .left-box ul li:first-child .line {
    width: 0.96rem;
    height: 0.04rem;
    background-color: #D92737;
    margin-top: 0.10rem;
}

.Buddhist-Culture .another-nav {
    margin-top: 0.08rem;
}

.Buddhist-Culture .small-nav .line1 {
    margin-top: 0.49rem;
    border: 0.01rem solid #ccc;
}


/*佛教文化-------------内容*/

.Buddhist-Culture .content1 {
    padding-top: 0.40rem;
}

.Buddhist-Culture .content1 .left-box {
    float: left;
    margin-top: 5%;
    margin-left: 8%;
    width: 43%;
}

.Buddhist-Culture .content1 .right-box {
    float: right;
    margin-right: 8%;
    width: 27%;
}

.Buddhist-Culture .content1 .left-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Buddhist-Culture .content2 {
    background: url(../images/img/Culture/bg2.png) no-repeat center;
    width: 100%;
    height: 4.57rem;
    margin-top: 0.40rem;
}

.Buddhist-Culture .content2 .left-box {
    margin-left: 8%;
    float: left;
    margin-top: 2%;
    width: 27%;
}

.Buddhist-Culture .content2 .right-box {
    margin-right: 8%;
    float: right;
    margin-top: 6%;
    width: 43%;
}

.Buddhist-Culture .content2 .right-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Buddhist-Culture .content3 {
    padding-top: 0.40rem;
}

.Buddhist-Culture .content3 .left-box {
    float: left;
    margin-top: 2%;
    margin-left: 8%;
    width: 43%;
}

.Buddhist-Culture .content3 .right-box {
    float: right;
    margin-right: 8%;
    width: 27%;
}

.Buddhist-Culture .content3 .left-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Buddhist-Culture .content4 {
    background: url(../images/img/Culture/bg2.png) no-repeat center;
    width: 100%;
    height: 4.57rem;
    margin-top: 0.40rem;
}

.Buddhist-Culture .content4 .left-box {
    float: left;
    margin-top: 2%;
    margin-left: 8%;
    width: 27%;
}

.Buddhist-Culture .content4 .right-box {
    float: right;
    margin-right: 8%;
    margin-top: 3%;
    width: 43%;
}

.Buddhist-Culture .content4 .right-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Buddhist-Culture .content5 {
    padding-top: 0.40rem;
}

.Buddhist-Culture .content5 .left-box {
    float: left;
    margin-top: 2%;
    margin-left: 8%;
    width: 43%;
}

.Buddhist-Culture .content5 .right-box {
    float: right;
    margin-right: 8%;
    width: 27%;
}

.Buddhist-Culture .content5 .left-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Buddhist-Culture .content6 {
    background: url(../images/img/Culture/bg2.png) no-repeat center;
    width: 100%;
    height: 4.57rem;
    margin-top: 0.40rem;
}

.Buddhist-Culture .content6 .left-box {
    float: left;
    margin-top: 2%;
    margin-left: 8%;
    width: 27%;
}

.Buddhist-Culture .content6 .right-box {
    float: right;
    margin-right: 8%;
    margin-top: 3%;
    width: 43%;
}

.Buddhist-Culture .content6 .right-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Buddhist-Culture .content7 {
    padding-top: 0.40rem;
}

.Buddhist-Culture .content7 .left-box {
    float: left;
    margin-top: 4%;
    margin-left: 8%;
    width: 43%;
}

.Buddhist-Culture .content7 .right-box {
    float: right;
    margin-right: 8%;
    width: 27%;
}

.Buddhist-Culture .content7 .left-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}


/*青铜文化*/


/*青铜文化-----------快捷导航*/

.Bronze-Culture .small-nav {
    padding-top: 0.30rem;
}

.Bronze-Culture .right-box {
    float: right;
    margin-right: 0.60rem;
}

.Bronze-Culture .right-box>span {
    color: #666;
}

.Bronze-Culture .small-nav .right-box>a {
    text-decoration: none;
    color: #666;
}

.Bronze-Culture .left-box {
    float: left;
}

.Bronze-Culture .small-nav .left-box>ul>li {
    float: left;
    list-style: none;
    margin-left: 0.50rem;
}

.Bronze-Culture .small-nav .left-box ul li a {
    text-decoration: none;
    font-size: 0.18rem;
    color: #666;
}

.Bronze-Culture .small-nav .left-box ul li a:hover {
    color: #D92737;
}

.Bronze-Culture .small-nav .left-box ul li:first-child {
    margin-left: 0rem;
}

.Bronze-Culture .small-nav .left-box ul li:first-child a {
    font-size: 0.24rem;
    font-weight: bold;
    color: #D92737;
}

.Bronze-Culture .small-nav .left-box ul li:first-child .line {
    width: 0.96rem;
    height: 0.04rem;
    background-color: #D92737;
    margin-top: 0.10rem;
}

.Bronze-Culture .another-nav {
    margin-top: 0.08rem;
}

.Bronze-Culture .small-nav .line1 {
    margin-top: 0.49rem;
    border: 0.01rem solid #ccc;
}


/*内容*/

.Bronze-Culture .content1 {
    padding-top: 0.40rem;
}

.Bronze-Culture .content1 .left-box {
    float: left;
    margin-top: 4%;
    margin-left: 8%;
    width: 43%;
}

.Bronze-Culture .content1 .right-box {
    float: right;
    margin-right: 8%;
    width: 27%;
}

.Bronze-Culture .content1 .left-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Bronze-Culture .content2 {
    background: url(../images/img/Culture/bg1.png) no-repeat center;
    width: 100%;
    height: 4.57rem;
    margin-top: 0.40rem;
}

.Bronze-Culture .content2 .left-box {
    margin-left: 8%;
    float: left;
    margin-top: 2%;
    width: 27%;
}

.Bronze-Culture .content2 .right-box {
    margin-right: 8%;
    float: right;
    margin-top: 7%;
    width: 43%;
}

.Bronze-Culture .content2 .right-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Bronze-Culture .content3 {
    padding-top: 0.40rem;
}

.Bronze-Culture .content3 .left-box {
    float: left;
    margin-top: 5%;
    margin-left: 8%;
    width: 43%;
}

.Bronze-Culture .content3 .right-box {
    float: right;
    margin-right: 8%;
    width: 27%;
}

.Bronze-Culture .content3 .left-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Bronze-Culture .content4 {
    background: url(../img/Culture/bg1.png) no-repeat center;
    width: 100%;
    height: 4.57rem;
    margin-top: 0.40rem;
}

.Bronze-Culture .content4 .left-box {
    float: left;
    margin-top: 2%;
    margin-left: 8%;
    width: 27%;
}

.Bronze-Culture .content4 .right-box {
    float: right;
    margin-right: 8%;
    margin-top: 7%;
    width: 43%;
}

.Bronze-Culture .content4 .right-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}


/*吉祥文化*/


/*吉祥文化------------------快捷导航*/

.Auspicious-Culture .small-nav {
    padding-top: 0.30rem;
}

.Auspicious-Culture .right-box {
    float: right;
    /*margin-top: 30px;*/
    margin-right: 0.60rem;
}

.Auspicious-Culture .right-box>span {
    color: #666;
}

.Auspicious-Culture .small-nav .right-box>a {
    text-decoration: none;
    color: #666;
}

.Auspicious-Culture .left-box {
    float: left;
}

.Auspicious-Culture .small-nav .left-box>ul>li {
    float: left;
    list-style: none;
    margin-left: 0.50rem;
}

.Auspicious-Culture .small-nav .left-box ul li a {
    text-decoration: none;
    font-size: 0.18rem;
    color: #666;
}

.Auspicious-Culture .small-nav .left-box ul li a:hover {
    color: #D92737;
}

.Auspicious-Culture .small-nav .left-box ul li:first-child {
    margin-left: 0rem;
}

.Auspicious-Culture .small-nav .left-box ul li:first-child a {
    font-size: 0.24rem;
    font-weight: bold;
    color: #D92737;
}

.Auspicious-Culture .small-nav .left-box ul li:first-child .line {
    width: 0.96rem;
    height: 0.04rem;
    background-color: #D92737;
    margin-top: 0.10rem;
}

.Auspicious-Culture .another-nav {
    margin-top: 0.08rem;
}

.Auspicious-Culture .small-nav .line1 {
    margin-top: 0.49rem;
    border: 0.01rem solid #ccc;
}


/*吉祥文化----------------内容*/

.Auspicious-Culture .content1 {
    padding-top: 0.40rem;
}

.Auspicious-Culture .content1 .left-box {
    float: left;
    margin-top: 3%;
    margin-left: 8%;
    width: 43%;
}

.Auspicious-Culture .content1 .right-box {
    float: right;
    margin-right: 8%;
    width: 27%;
}

.Auspicious-Culture .content1 .left-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Auspicious-Culture .content2 {
    background: url(../images/img/Culture/bg1.png) no-repeat center;
    width: 100%;
    height: 4.57rem;
    margin-top: 0.40rem;
}

.Auspicious-Culture .content2 .left-box {
    margin-left: 8%;
    float: left;
    margin-top: 2%;
    width: 27%;
}

.Auspicious-Culture .content2 .right-box {
    margin-right: 8%;
    float: right;
    margin-top: 6%;
    width: 43%;
}

.Auspicious-Culture .content2 .right-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Auspicious-Culture .content3 {
    padding-top: 0.40rem;
}

.Auspicious-Culture .content3 .left-box {
    float: left;
    margin-top: 4%;
    margin-left: 8%;
    width: 43%;
}

.Auspicious-Culture .content3 .right-box {
    float: right;
    margin-right: 8%;
    width: 27%;
}

.Auspicious-Culture .content3 .left-box p:first-child {
    font-size: 0.24rem;
    font-weight: bold;
    text-indent: 0em;
    margin-bottom: 0.40rem;
}

.Auspicious-Culture .content3 .left-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Auspicious-Culture .content4 {
    background: url(../images/img/Culture/bg1.png) no-repeat center;
    width: 100%;
    height: 4.57rem;
    margin-top: 0.40rem;
}

.Auspicious-Culture .content4 .left-box {
    float: left;
    margin-top: 2%;
    margin-left: 8%;
    width: 27%;
}

.Auspicious-Culture .content4 .right-box {
    float: right;
    margin-right: 8%;
    margin-top: 6%;
    width: 43%;
}

.Auspicious-Culture .content4 .right-box p:first-child {
    font-size: 0.24rem;
    font-weight: bold;
    text-indent: 0em;
    margin-bottom: 0.40rem;
}

.Auspicious-Culture .content4 .right-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Auspicious-Culture .content5 {
    padding-top: 0.40rem;
}

.Auspicious-Culture .content5 .left-box {
    float: left;
    margin-top: 3%;
    margin-left: 8%;
    width: 43%;
}

.Auspicious-Culture .content5 .right-box {
    float: right;
    margin-right: 8%;
    width: 27%;
}

.Auspicious-Culture .content5 .left-box p:first-child {
    font-size: 0.24rem;
    font-weight: bold;
    text-indent: 0em;
    margin-bottom: 0.40rem;
}

.Auspicious-Culture .content5 .left-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}


/*宝鼎文化*/


/*宝鼎文化--------------快捷导航*/

.Ding-Culture .small-nav {
    padding-top: 0.30rem;
}

.Ding-Culture .right-box {
    float: right;
    /*margin-top: 30px;*/
    margin-right: 0.60rem;
}

.Ding-Culture .right-box>span {
    color: #666;
}

.Ding-Culture .Ding-Culture .small-nav .right-box>a {
    text-decoration: none;
    color: #666;
}

.Ding-Culture .left-box {
    float: left;
}

.Ding-Culture .small-nav .left-box>ul>li {
    float: left;
    list-style: none;
    margin-left: 0.50rem;
}

.Ding-Culture .small-nav .left-box ul li a {
    text-decoration: none;
    font-size: 0.18rem;
    color: #666;
}

.Ding-Culture .small-nav .left-box ul li a:hover {
    color: #D92737;
}

.Ding-Culture .small-nav .left-box ul li:first-child {
    margin-left: 0rem;
}

.Ding-Culture .small-nav .left-box ul li:first-child a {
    font-size: 0.24rem;
    font-weight: bold;
    color: #D92737;
}

.Ding-Culture .small-nav .left-box ul li:first-child .line {
    width: 0.96rem;
    height: 0.04rem;
    background-color: #D92737;
    margin-top: 0.10rem;
}

.Ding-Culture .another-nav {
    margin-top: 0.08rem;
}

.Ding-Culture .small-nav .line1 {
    margin-top: 0.49rem;
    border: 0.01rem solid #ccc;
}


/*宝鼎文化------------内容*/

.Ding-Culture .content1 {
    padding-top: 0.40rem;
}

.Ding-Culture .content1 .left-box {
    float: left;
    margin-top: 3%;
    margin-left: 8%;
    width: 43%;
}

.Ding-Culture .content1 .right-box {
    float: right;
    margin-right: 8%;
    width: 27%;
}

.Ding-Culture .content1 .left-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Ding-Culture .content2 {
    background: url(../images/img/Culture/bg1.png) no-repeat center;
    width: 100%;
    height: 4.57rem;
    margin-top: 0.40rem;
}

.Ding-Culture .content2 .left-box {
    margin-left: 8%;
    float: left;
    margin-top: 2%;
    width: 27%;
}

.Ding-Culture .content2 .right-box {
    margin-right: 8%;
    float: right;
    margin-top: 2%;
    width: 43%;
}

.Ding-Culture .content2 .right-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Ding-Culture .content3 {
    padding-top: 0.40rem;
}

.Ding-Culture .content3 .left-box {
    float: left;
    margin-left: 8%;
    width: 43%;
}

.Ding-Culture .content3 .right-box {
    float: right;
    margin-right: 8%;
    margin-top: 1%;
    width: 27%;
}

.Ding-Culture .content3 .left-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Ding-Culture .content4 {
    background: url(../images/img/Culture/bg1.png) no-repeat center;
    width: 100%;
    height: 5.12rem;
    margin-top: 0.4rem;
}

.Ding-Culture .content4 .left-box {
    float: left;
    margin-top: 4%;
    margin-left: 8%;
    width: 27%;
}

.Ding-Culture .content4 .right-box {
    float: right;
    margin-right: 8%;
    margin-top: 2%;
    width: 43%;
}

.Ding-Culture .content4 .right-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}


/*珐琅文化*/


/*珐琅文化--------------快捷导航*/

.Enamel-Culture .small-nav {
    padding-top: 0.30rem;
}

.Enamel-Culture .right-box {
    float: right;
    /*margin-top: 30px;*/
    margin-right: 0.60rem;
}

.Enamel-Culture .right-box>span {
    color: #666;
}

.Enamel-Culture .small-nav .right-box>a {
    text-decoration: none;
    color: #666;
}

.Enamel-Culture .left-box {
    float: left;
}

.Enamel-Culture .small-nav .left-box>ul>li {
    float: left;
    list-style: none;
    margin-left: 0.50rem;
}

.Enamel-Culture .small-nav .left-box ul li a {
    text-decoration: none;
    font-size: 0.18rem;
    color: #666;
}

.Enamel-Culture .small-nav .left-box ul li a:hover {
    color: #D92737;
}

.Enamel-Culture .small-nav .left-box ul li:first-child {
    margin-left: 0rem;
}

.Enamel-Culture .small-nav .left-box ul li:first-child a {
    font-size: 0.24rem;
    font-weight: bold;
    color: #D92737;
}

.Enamel-Culture .small-nav .left-box ul li:first-child .line {
    width: 0.96rem;
    height: 0.04rem;
    background-color: #D92737;
    margin-top: 0.10rem;
}

.Enamel-Culture .another-nav {
    margin-top: 0.08rem;
}

.Enamel-Culture .small-nav .line1 {
    margin-top: 0.49rem;
    border: 0.01rem solid #ccc;
}


/*珐琅文化--------------内容*/

.Enamel-Culture .content1 {
    padding-top: 0.40rem;
}

.Enamel-Culture .content1 .left-box {
    float: left;
    margin-top: 3%;
    margin-left: 8%;
    width: 43%;
}

.Enamel-Culture .content1 .right-box {
    float: right;
    margin-right: 8%;
    width: 27%;
}

.Enamel-Culture .content1 .left-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Enamel-Culture .content2 {
    background: url(../images/img/Culture/bg1.png) no-repeat center;
    width: 100%;
    height: 4.57rem;
    margin-top: 0.40rem;
}

.Enamel-Culture .content2 .left-box {
    margin-left: 8%;
    float: left;
    margin-top: 2%;
    width: 27%;
}

.Enamel-Culture .content2 .right-box {
    margin-right: 8%;
    float: right;
    margin-top: 4%;
    width: 43%;
}

.Enamel-Culture .content2 .right-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Enamel-Culture .content3 {
    padding-top: 0.40rem;
}

.Enamel-Culture .content3 .left-box {
    float: left;
    margin-top: 4%;
    margin-left: 8%;
    width: 43%;
}

.Enamel-Culture .content3 .right-box {
    float: right;
    margin-right: 8%;
    width: 27%;
}

.Enamel-Culture .content3 .left-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}

.Enamel-Culture .content4 {
    background: url(../images/img/Culture/bg1.png) no-repeat center;
    width: 100%;
    height: 4.57rem;
    margin-top: 0.40rem;
}

.Enamel-Culture .content4 .left-box {
    float: left;
    margin-top: 2%;
    margin-left: 8%;
    width: 27%;
}

.Enamel-Culture .content4 .right-box {
    float: right;
    margin-right: 8%;
    margin-top: 7%;
    width: 43%;
}

.Enamel-Culture .content4 .right-box p {
    font-size: 0.18rem;
    text-indent: 2em;
    text-align: justify;
    line-height: 0.36rem;
}


/*-----------------------contact--------------------------*/


/*联系*/


/*banner*/

.contact .banner {
    background: url(../images/img/contact/banner.png) no-repeat center;
    width: 100%;
    height: 6.00rem;
    position: relative;
    list-style: none;
    background-size: 100%;
}

.contact .shortcut-button {
    float: right;
    margin-right: 0.60rem;
    margin-top: 0.30rem;
}

.contact .shortcut-button a {
    text-decoration: none;
    color: #333;
    font-size: 0.16rem;
}

.contact .shortcut-button span {
    font-size: 0.16rem;
}


/*联系我们*/

.contact .map {
    background: url(../images/img/contact/map.png) no-repeat center;
    width: 16.14rem;
    height: 5.20rem;
    margin-top: 0.60rem;
}

.contact .big-box {
    width: 40%;
    float: right;
    height: 4.50rem;
    box-sizing: border-box;
}

.contact .big-box ul {
    width: 100%;
    height: 100%;
    padding-top: 0.30rem;
    box-sizing: border-box;
    background: #eeeeef;
}

.contact .big-box ul li {
    padding-left: 0.25rem;
    margin: 0.25rem 0;
    font-size: 0.18rem;
}


/*.contact .big-box .list1 ul li{
	list-style: none;
	float: left;
	margin-left: 11%;
	width: 20%;
}
.contact .big-box .list1 ul li img{
	margin-left: 20%;
}
.contact .big-box .list1 ul li p{
	font-size: 18px;
	line-height: 36px;
	width: 84%;
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
}


.contact .big-box .list1 ul li:first-child img{
	margin-left: 32%;
}
.contact .big-box .list1 ul li:first-child p{
	font-size: 18px;
	line-height: 36px;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
}
.contact .big-box .list1 ul li:first-child p span{
	font-size: 16px;
}
.contact .big-box .list1 ul li:last-child{
	margin-left: 8%;
} 
.contact .big-box .list1 ul li:last-child img{
	margin-left: 13%;
}
.contact .big-box .list1 ul li:last-child p{
	font-size: 18px;
	line-height: 36px;
	width: 61%;
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
	margin-left: 16px;
}
.contact .big-box .list1 ul li:last-child p span{
	font-size: 16px;
}
.contact .big-box .list2{
	margin-top: 58px;
}
.contact .big-box .list2 ul li{
	list-style: none;
	float: left;
	margin-left: 21%;
}
.contact .big-box .list2 ul li:first-child{
	margin-left: 17%;
}
.contact .big-box .list2 ul li p{
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 5px;
}
.contact .big-box .list2 ul li a{
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 8px;
	text-decoration: underline;
}
.contact .big-box .list2 ul li:last-child{
	margin-left: 17%;
	
}*/

.inner_l {
    width: 94%;
    margin: 0 auto 0.35rem auto;
}